|
|
|
|
MouseUp Event, SftTree Class |
Occurs when the mouse pointer is over the control and a mouse button is released.
Syntax SftTree Class (Softelvdm.SftTreeNET)
VB |
Public Event MouseUp As MouseEventHandler |
C# |
public event MouseEventHandler MouseUp; |
C++ |
public: event MouseEventHandler MouseUp; |
Event Data
The MouseUp event handler receives an argument of type MouseEventArgs containing data related to this event.
Comments
The MouseUp event occurs when the mouse pointer is over the control and a mouse button is released.